home *** CD-ROM | disk | FTP | other *** search
- /*
- REAL GRAPHICS ROUTINES
- for the IBM PC
- Tektronix 4010 simulator
-
- Swaminathan Natarajan
- NCSA UIUC
-
- Version 1.0
- Jan 18, 1987
-
- Header file
- %W% (NCSA) %G%
- */
-
- #define FALSE 0
- /* #define TRUE 1 */
- #define ERROR -1
- #define NONE -2
- #define SUCCESS 1
-
- #define MAXDRAWINGS 15
-
- #define VISIBLE 1
- #define INVISIBLE 0
-
- #define GRAPHICS 1
- #define NONGRAPHICS 0
-
- /* different types of graphics display devices */
- #define NDEVICES 4
- #define CGA 1
- #define EGA 2
- #define MONOCHROME 3
- #define NO9 4
-
- /* different types of printers */
- #define NPRINTERS 2
- #define PROPRINTER 1
- #define JETPRINTER 2
-